home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00113_okPrefs.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
260 b
|
14 lines
global gInitObject
on mouseDown
if buttonHandler() = 1 then
startBuffering()
savePrefs(gInitObject)
cursor(4)
puppetTransition(51, 1)
go(label("Loading") + 2)
flushBuffer()
set the mouseDownScript to "dontPassEvent"
end if
end